home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winedt13.zip / WEEXTSRC.ZI$ / WE_EXT < prev    next >
Text File  |  1992-01-15  |  334b  |  16 lines

  1.  
  2. CL = cl -c -Zlep -Owt -Gsw -Asnw -W4 -DNOCOMM
  3.  
  4. goal: we_ext.dll
  5.  
  6. we_ext.obj: we_ext.c we_ext.h
  7.         $(CL) we_ext.c
  8.  
  9. we_ext.res: we_ext.rc we_ext.h
  10.         rc -r we_ext.rc
  11.  
  12. we_ext.dll: we_ext.obj we_ext.def we_ext.lnk we_ext.res
  13.         link @we_ext.lnk
  14.         rc -t -30 we_ext.res we_ext.dll
  15.         mapsym we_ext
  16.